home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / Documentation / connector / Makefile
Encoding:
Makefile  |  2008-12-24  |  219 b   |  12 lines

  1. ifneq ($(CONFIG_CONNECTOR),)
  2. obj-m += cn_test.o
  3. endif
  4.  
  5. # List of programs to build
  6. hostprogs-y := ucon
  7.  
  8. # Tell kbuild to always build the programs
  9. always := $(hostprogs-y)
  10.  
  11. HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
  12.